net/http.http2writeResHeaders.endStream (field)

6 uses

	net/http (current package)
		h2_bundle.go#L6709: 			endStream:     endStream,
		h2_bundle.go#L6744: 			endStream: true,
		h2_bundle.go#L6970: 			endStream:   rws.handlerDone && !rws.hasTrailers(),
		h2_bundle.go#L10795: 		return v.endStream
		h2_bundle.go#L10938: 	endStream   bool
		h2_bundle.go#L10996: 			EndStream:     w.endStream,